home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- put "With your agreement to the conditions, you can use this MacFormat Cover CD..." into line 1 of field "infoField"
- end
-
- on mouseLeave
- put EMPTY into member "infoField"
- end
-
- on mouseDown
- sprite(the clickOn).loc = sprite(the clickOn).loc + point(3, 3)
- end
-
- on mouseUpOutSide
- sprite(the clickOn).loc = sprite(the clickOn).loc + point(-3, -3)
- end
-
- on mouseUp
- sprite(the clickOn).loc = sprite(the clickOn).loc + point(-3, -3)
- play movie "MacFormatIndex"
- end
-